home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Business / MyProject / MyProject / stack_-1.xml < prev   
Extensible Markup Language  |  1992-03-25  |  1KB  |  20 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
  3. <stack>
  4.     <name>in</name>
  5.     <id>-1</id>
  6.     <cardCount>1</cardCount>
  7.     <cardID>2204</cardID>
  8.     <listID>3891</listID>
  9.     <cantModify><false /></cantModify>
  10.     <cantDelete><false /></cantDelete>
  11.     <cantAbort><false /></cantAbort>
  12.     <cardSize>
  13.         <width>512</width>
  14.         <height>342</height>
  15.     </cardSize>
  16.     <script>on newCardAsk "What would you like to call your project?"if it is empty thenexit to HyperCardelseset lockScreen to trueput it into bg field "Title"put bg field "title" into temprepeat with count = 1 to the length of tempget character count of tempif charToNum of it > 96 and charToNum of it < 123 thenput numtochar(charToNum(it)-32) into character count of tempend ifend repeatput temp into bg field "title"set lockScreen to falseclick at 61,85end ifend newCardon openStackhide window "tools"end openStackon closeStackpush cardhide window "tools"end closeStackon suspendStackpush cardhide window "tools"end suspendStackon resumeStackpop cardend resumeStackon doPastedoMenu "Paste Picture"doMenu "Transparent"end doPaste</script>
  17.     <background id="2619" file="background_2619.xml" name="" />
  18.     <card id="2204" file="card_2204.xml" marked="false" name="" owner="2619" />
  19. </stack>
  20.